home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / demoCdef 120 ƒ / cdef3D source ƒ / Debug stuff / debugCDEF.h < prev   
Encoding:
Text File  |  1994-08-17  |  386 b   |  11 lines  |  [TEXT/KAHL]

  1. //----------------------------------------------------------------------------------
  2. // File        : debugCDEF.h
  3. // Date        : July 23, 1994
  4. // Author    : Jim Stout
  5. //            :
  6. // Purpose    : structure definition for the "C Jump" resource used to debug a CDEF
  7. //----------------------------------------------------------------------------------
  8.  
  9. typedef struct {
  10. long *cdefPtr;
  11. }CJMP,*CJMPptr,**CJMPhdl;